home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / et-2_2.lha / et2.2 / applications / draw / DynShape2.h < prev    next >
C/C++ Source or Header  |  1990-02-09  |  330b  |  20 lines

  1. #ifndef DynShape2_First
  2. #define DynShape2_First
  3.  
  4. #include "DynShape.h"
  5.  
  6. //---- DynShape2 ---------------------------------------------------------------
  7.  
  8. class DynShape2: public DynShape {
  9. public:
  10.     MetaDef(DynShape2);
  11.     
  12.     DynShape2();
  13.     void Draw(Rectangle);
  14.     void Outline(Point, Point);
  15. };
  16.  
  17. #endif DynShape2_First
  18.  
  19.  
  20.